home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gCursorReady, gMagCursor
- gCursorReady = 1
- gMagCursor = "magCursor"
- if rollOver(8) then
- set the visible of sprite 11 to 1
- else
- set the visible of sprite 11 to 0
- end if
- if rollOver(9) then
- set the visible of sprite 12 to 1
- else
- set the visible of sprite 12 to 0
- end if
- go(the frame)
- end
-